Tabnine Logo
org.jboss.weld.annotated.slim
Code IndexAdd Tabnine to your IDE (free)

How to use org.jboss.weld.annotated.slim

Best Java code snippets using org.jboss.weld.annotated.slim (Showing top 20 results out of 315)

origin: jersey/jersey

private boolean isInterceptor() {
  return (getBean() instanceof Interceptor<?>) || getType().isAnnotationPresent(javax.interceptor.Interceptor.class);
}
origin: jersey/jersey

private boolean isInterceptionCandidate() {
  return !isInterceptor() && !isDecorator() && !Modifier.isAbstract(getType().getJavaClass().getModifiers());
}
origin: weld/core

protected <T> SlimAnnotatedTypeContext<T> createContext(SlimAnnotatedType<T> type) {
  if (type != null) {
    return SlimAnnotatedTypeContext.of(type);
  }
  return null;
}
origin: weld/core

@Override
public <X> SlimAnnotatedType<X> get(Class<X> type, String suffix) {
  for (SlimAnnotatedType<X> annotatedType : get(type)) {
    if (Objects.equals(annotatedType.getIdentifier().getSuffix(), suffix)) {
      return annotatedType;
    }
  }
  return null;
}
origin: org.jboss.weld.se/weld-se

public static <T> SlimAnnotatedTypeContext<T> of(SlimAnnotatedType<T> type, ClassFileInfo classInfo,
    Set<ExtensionObserverMethodImpl<?, ?>> resolvedProcessAnnotatedTypeObservers) {
  return new SlimAnnotatedTypeContext<T>(type, classInfo, resolvedProcessAnnotatedTypeObservers, null);
}
origin: org.jboss.weld.se/weld-se

@Override
public int hashCode() {
  return identifier.hashCode();
}
origin: org.jboss.weld.se/weld-se

@Override
public Set<Type> getTypes() {
  return annotatedType.getTypeClosure();
}
origin: weld/core

@Override
public <X> SlimAnnotatedType<X> get(Class<X> type, String suffix) {
  for (SlimAnnotatedType<X> annotatedType : get(type)) {
    if (Objects.equals(annotatedType.getIdentifier().getSuffix(), suffix)) {
      return annotatedType;
    }
  }
  return null;
}
origin: weld/core

protected <T> SlimAnnotatedTypeContext<T> createContext(SlimAnnotatedType<T> type) {
  if (type != null) {
    return SlimAnnotatedTypeContext.of(type);
  }
  return null;
}
origin: jersey/jersey

private boolean isDecorator() {
  return (getBean() instanceof Decorator<?>) || getType().isAnnotationPresent(javax.decorator.Decorator.class);
}
origin: weld/core

public static <T> SlimAnnotatedTypeContext<T> of(SlimAnnotatedType<T> type, ClassFileInfo classInfo,
    Set<ContainerLifecycleEventObserverMethod<?>> resolvedProcessAnnotatedTypeObservers) {
  return new SlimAnnotatedTypeContext<T>(type, classInfo, resolvedProcessAnnotatedTypeObservers, null);
}
origin: weld/core

@Override
public int hashCode() {
  return identifier.hashCode();
}
origin: org.jboss.weld.se/weld-se

@Override
public <X> SlimAnnotatedType<X> get(Class<X> type, String suffix) {
  for (SlimAnnotatedType<X> annotatedType : get(type)) {
    if (Objects.equals(annotatedType.getIdentifier().getSuffix(), suffix)) {
      return annotatedType;
    }
  }
  return null;
}
origin: weld/core

protected <T> SlimAnnotatedTypeContext<T> createContext(SlimAnnotatedType<T> type) {
  if (type != null) {
    return SlimAnnotatedTypeContext.of(type);
  }
  return null;
}
origin: weld/core

@Override
public <X> SlimAnnotatedType<X> get(Class<X> type, String suffix) {
  for (SlimAnnotatedType<X> annotatedType : get(type)) {
    if (Objects.equals(annotatedType.getIdentifier().getSuffix(), suffix)) {
      return annotatedType;
    }
  }
  return null;
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

protected <T> SlimAnnotatedTypeContext<T> createContext(SlimAnnotatedType<T> type) {
  if (type != null) {
    return SlimAnnotatedTypeContext.of(type);
  }
  return null;
}
origin: org.jboss.weld.se/weld-se-shaded

@Override
public <X> SlimAnnotatedType<X> get(Class<X> type, String suffix) {
  for (SlimAnnotatedType<X> annotatedType : get(type)) {
    if (Objects.equals(annotatedType.getIdentifier().getSuffix(), suffix)) {
      return annotatedType;
    }
  }
  return null;
}
origin: org.jboss.weld.se/weld-se

protected <T> SlimAnnotatedTypeContext<T> createContext(SlimAnnotatedType<T> type) {
  if (type != null) {
    return SlimAnnotatedTypeContext.of(type);
  }
  return null;
}
origin: org.jboss.weld.servlet/weld-servlet-shaded

@Override
public <X> SlimAnnotatedType<X> get(Class<X> type, String suffix) {
  for (SlimAnnotatedType<X> annotatedType : get(type)) {
    if (Objects.equals(annotatedType.getIdentifier().getSuffix(), suffix)) {
      return annotatedType;
    }
  }
  return null;
}
origin: org.jboss.weld.se/weld-se-shaded

protected <T> SlimAnnotatedTypeContext<T> createContext(SlimAnnotatedType<T> type) {
  if (type != null) {
    return SlimAnnotatedTypeContext.of(type);
  }
  return null;
}
org.jboss.weld.annotated.slim

Most used classes

  • SlimAnnotatedType
    Marker interface for lightweight implementations of AnnotatedType.
  • AnnotatedTypeIdentifier
    An identifier for a an AnnotatedType The identifier is composed of four parts: * The identifier
  • SlimAnnotatedTypeStore
    Stores SlimAnnotatedTypes.
  • SlimAnnotatedType$SerializationProxy
  • SlimAnnotatedTypeContext
    Holds SlimAnnotatedType and additional information attached to the type. This is a boot-time constru
  • BackedAnnotated,
  • BackedAnnotatedCallable,
  • BackedAnnotatedConstructor$SerializationProxy,
  • BackedAnnotatedConstructor,
  • BackedAnnotatedField$SerializationProxy,
  • BackedAnnotatedField,
  • BackedAnnotatedMember$BackedAnnotatedMemberSerializationProxy,
  • BackedAnnotatedMember,
  • BackedAnnotatedMethod$SerializationProxy,
  • BackedAnnotatedMethod,
  • BackedAnnotatedParameter$SerializationProxy,
  • BackedAnnotatedParameter,
  • BackedAnnotatedType$BackedAnnotatedConstructors,
  • BackedAnnotatedType$BackedAnnotatedFields
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now