Package org.apache.bval.jsr.metadata
Class Meta.ForConstructor<T>
- 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<Constructor<? extends T>>
-
- org.apache.bval.jsr.metadata.Meta.ForConstructor<T>
-
- Enclosing class:
- Meta<E extends AnnotatedElement>
public static class Meta.ForConstructor<T> extends Meta.ForExecutable<Constructor<? extends T>>
-
-
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 Constructor Description ForConstructor(Constructor<? extends T> host)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Type
getType()
-
Methods inherited from class org.apache.bval.jsr.metadata.Meta.ForExecutable
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, toString
-
-
-
-
Constructor Detail
-
ForConstructor
public ForConstructor(Constructor<? extends T> host)
-
-
Method Detail
-
getType
public Type getType()
- Specified by:
getType
in classMeta<Constructor<? extends T>>
-
getName
public String getName()
- Specified by:
getName
in classMeta<Constructor<? extends T>>
-
-