Package org.apache.bval.jsr.metadata
Class Meta.ForField
- java.lang.Object
-
- org.apache.bval.jsr.metadata.Meta<M>
-
- org.apache.bval.jsr.metadata.Meta.ForMember<Field>
-
- org.apache.bval.jsr.metadata.Meta.ForField
-
- Enclosing class:
- Meta<E extends AnnotatedElement>
public static class Meta.ForField extends Meta.ForMember<Field>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.bval.jsr.metadata.Meta
Meta.ForClass<T>, Meta.ForConstructor<T>, Meta.ForContainerElement, Meta.ForCrossParameter<E extends Executable>, Meta.ForExecutable<E extends Executable>, Meta.ForField, Meta.ForMember<M extends Member & AnnotatedElement>, Meta.ForMethod, Meta.ForParameter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedType
getAnnotatedType()
String
getName()
Type
getType()
-
Methods inherited from class org.apache.bval.jsr.metadata.Meta.ForMember
getDeclaringClass, getParent
-
Methods inherited from class org.apache.bval.jsr.metadata.Meta
describeHost, getElementType, getHost, toString
-
-
-
-
Constructor Detail
-
ForField
public ForField(Field host)
-
-