Package org.apache.bval.jsr.metadata
Class Meta.ForExecutable<E extends Executable>
- java.lang.Object
-
- org.apache.bval.jsr.metadata.Meta<M>
-
- org.apache.bval.jsr.metadata.Meta.ForMember<E>
-
- org.apache.bval.jsr.metadata.Meta.ForExecutable<E>
-
- Direct Known Subclasses:
Meta.ForConstructor
,Meta.ForMethod
- Enclosing class:
- Meta<E extends AnnotatedElement>
public abstract static class Meta.ForExecutable<E extends Executable> extends Meta.ForMember<E>
-
-
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
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ForExecutable(E host, ElementType elementType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedType
getAnnotatedType()
-
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, getName, getType, toString
-
-
-
-
Constructor Detail
-
ForExecutable
protected ForExecutable(E host, ElementType elementType)
-
-
Method Detail
-
getAnnotatedType
public AnnotatedType getAnnotatedType()
- Specified by:
getAnnotatedType
in classMeta<E extends Executable>
-
-