Package org.apache.bval.jsr.metadata
Class Meta.ForCrossParameter<E extends Executable>
- java.lang.Object
-
- org.apache.bval.jsr.metadata.Meta<E>
-
- org.apache.bval.jsr.metadata.Meta.ForCrossParameter<E>
-
- Enclosing class:
- Meta<E extends AnnotatedElement>
public static class Meta.ForCrossParameter<E extends Executable> extends Meta<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 Constructor Description ForCrossParameter(Meta<E> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
describeHost()
AnnotatedType
getAnnotatedType()
Class<?>
getDeclaringClass()
String
getName()
Meta<E>
getParent()
Type
getType()
-
Methods inherited from class org.apache.bval.jsr.metadata.Meta
getElementType, getHost, toString
-
-
-
-
Method Detail
-
getType
public Type getType()
- Specified by:
getType
in classMeta<E extends Executable>
-
getName
public String getName()
- Specified by:
getName
in classMeta<E extends Executable>
-
describeHost
public String describeHost()
- Overrides:
describeHost
in classMeta<E extends Executable>
-
getDeclaringClass
public Class<?> getDeclaringClass()
- Specified by:
getDeclaringClass
in classMeta<E extends Executable>
-
getAnnotatedType
public AnnotatedType getAnnotatedType()
- Specified by:
getAnnotatedType
in classMeta<E extends Executable>
-
-