Uses of Class
org.hibernate.validator.internal.engine.valuecontext.ValueContext.ValueState
-
Packages that use ValueContext.ValueState Package Description org.hibernate.validator.internal.engine.valuecontext -
-
Uses of ValueContext.ValueState in org.hibernate.validator.internal.engine.valuecontext
Methods in org.hibernate.validator.internal.engine.valuecontext that return ValueContext.ValueState Modifier and Type Method Description ValueContext.ValueState<V>ValueContext. getCurrentValueState()Methods in org.hibernate.validator.internal.engine.valuecontext with parameters of type ValueContext.ValueState Modifier and Type Method Description voidValueContext. resetValueState(ValueContext.ValueState<V> valueState)
-