Class BeanValueContext<T,V>
- java.lang.Object
-
- org.hibernate.validator.internal.engine.valuecontext.ValueContext<T,V>
-
- org.hibernate.validator.internal.engine.valuecontext.BeanValueContext<T,V>
-
public class BeanValueContext<T,V> extends ValueContext<T,V>
- Author:
- Marko Bekhta
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.hibernate.validator.internal.engine.valuecontext.ValueContext
ValueContext.ValueState<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BeanMetaData<T>
getCurrentBeanMetaData()
-
Methods inherited from class org.hibernate.validator.internal.engine.valuecontext.ValueContext
appendNode, appendNode, appendTypeParameterNode, getConstraintLocationKind, getCurrentBean, getCurrentGroup, getCurrentValidatable, getCurrentValidatedValue, getCurrentValueState, getPropertyPath, getValue, markCurrentPropertyAsIterable, markCurrentPropertyAsIterableAndSetIndex, markCurrentPropertyAsIterableAndSetKey, resetValueState, setConstraintLocationKind, setCurrentGroup, setCurrentValidatedValue, setTypeParameter, toString, validatingDefault
-
-
-
-
Method Detail
-
getCurrentBeanMetaData
public final BeanMetaData<T> getCurrentBeanMetaData()
-
-