Package org.apache.bval.jsr.metadata
Interface MetadataBuilder.ForClass<T>
-
- All Superinterfaces:
HasAnnotationBehavior
,MetadataBuilder.ForElement<Class<T>>
- All Known Implementing Classes:
CompositeBuilder.ForClass
- Enclosing class:
- MetadataBuilder
public static interface MetadataBuilder.ForClass<T> extends MetadataBuilder.ForElement<Class<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Class<?>>
getGroupSequence(Meta<Class<T>> meta)
-
Methods inherited from interface org.apache.bval.jsr.metadata.HasAnnotationBehavior
getAnnotationBehavior
-
Methods inherited from interface org.apache.bval.jsr.metadata.MetadataBuilder.ForElement
getConstraintDeclarationMap, getDeclaredConstraints
-
-