public final class ClassScanner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ClassScanner.CacheHolder |
Modifier and Type | Method and Description |
---|---|
static Collection<MetaField> |
getFieldsAnnotatedWith(Class<? extends Annotation> annotation,
Set<String> packages,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaMethod> |
getMethodsAnnotatedWith(Class<? extends Annotation> annotation,
Set<String> packages,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaParameter> |
getParametersAnnotatedWith(Class<? extends Annotation> annotation,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaParameter> |
getParametersAnnotatedWith(Class<? extends Annotation> annotation,
Set<String> packages,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaClass> |
getSubTypesOf(MetaClass metaClass,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static AtomicLong |
getTotalClassScanTime() |
static Collection<MetaClass> |
getTypesAnnotatedWith(Class<? extends Annotation> annotation) |
static Collection<MetaClass> |
getTypesAnnotatedWith(Class<? extends Annotation> annotation,
boolean reflections) |
static Collection<MetaClass> |
getTypesAnnotatedWith(Class<? extends Annotation> annotation,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaClass> |
getTypesAnnotatedWith(Class<? extends Annotation> annotation,
Set<String> packages,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static Collection<MetaClass> |
getTypesAnnotatedWith(Class<? extends Annotation> annotation,
Set<String> packages,
String excludeRegEx,
com.google.gwt.core.ext.GeneratorContext genCtx,
boolean reflections) |
static Collection<MetaClass> |
getTypesAnnotatedWithExcluding(Class<? extends Annotation> annotation,
String excludeRegex,
com.google.gwt.core.ext.GeneratorContext genCtx) |
static void |
setReflectionsScanning(boolean bool) |
public static Collection<MetaParameter> getParametersAnnotatedWith(Class<? extends Annotation> annotation, Set<String> packages, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaParameter> getParametersAnnotatedWith(Class<? extends Annotation> annotation, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaClass> getTypesAnnotatedWith(Class<? extends Annotation> annotation, Set<String> packages, String excludeRegEx, com.google.gwt.core.ext.GeneratorContext genCtx, boolean reflections)
public static Collection<MetaClass> getTypesAnnotatedWith(Class<? extends Annotation> annotation)
public static Collection<MetaClass> getTypesAnnotatedWith(Class<? extends Annotation> annotation, boolean reflections)
public static Collection<MetaClass> getTypesAnnotatedWith(Class<? extends Annotation> annotation, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaClass> getTypesAnnotatedWith(Class<? extends Annotation> annotation, Set<String> packages, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaClass> getTypesAnnotatedWithExcluding(Class<? extends Annotation> annotation, String excludeRegex, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaMethod> getMethodsAnnotatedWith(Class<? extends Annotation> annotation, Set<String> packages, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaField> getFieldsAnnotatedWith(Class<? extends Annotation> annotation, Set<String> packages, com.google.gwt.core.ext.GeneratorContext genCtx)
public static Collection<MetaClass> getSubTypesOf(MetaClass metaClass, com.google.gwt.core.ext.GeneratorContext genCtx)
public static void setReflectionsScanning(boolean bool)
public static AtomicLong getTotalClassScanTime()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.