javax.validation.Validator validator
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.
ResteasyConfigSupport resteasyConfigSupport
Copyright © 2021 JBoss by Red Hat. All rights reserved.