| Constructor and Description |
|---|
AnnotationProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static OptionsContainer |
getEntityOptions(Class<?> entityType)
Returns an
OptionsContainer with the entity-level options of the given type. |
static Map<PropertyKey,OptionsContainer> |
getPropertyOptions(Class<?> entityClass)
Returns an
OptionsContainer with the property-level options of the given type, keyed by property. |
public static OptionsContainer getEntityOptions(Class<?> entityType)
OptionsContainer with the entity-level options of the given type.entityType - class of the entity annotated with the optionsOptionsContainer with the entity-level options of the given type; may be empty but never
nullpublic static Map<PropertyKey,OptionsContainer> getPropertyOptions(Class<?> entityClass)
OptionsContainer with the property-level options of the given type, keyed by property.entityClass - class containing the option annotationOptionsContainer with the property-level options of the given type; may be empty but never
nullCopyright © 2010-2013 Red Hat, Inc., Emmanuel Bernard and various contributors. All Rights Reserved.