Serialized Form
Package org.hibernate.validator.internal.cdi.interceptor |
serialVersionUID: 604440259030722151L
validator
Validator validator
- The validator to be used for method validation.
Although the concrete validator is not necessarily serializable (and HV's implementation indeed isn't) it is still
alright to have it as non-transient field here. Upon passivation not the validator itself will be serialized, but the
proxy injected here, which in turn is serializable.
Copyright © 2007-2013 Red Hat Middleware, LLC. All Rights Reserved