Package

com.wix.accord

spring

Permalink

package spring

Visibility
  1. Public
  2. All

Type Members

  1. class AccordEnabledLocalValidationFactory extends LocalValidatorFactoryBean with SpringAdapterBase

    Permalink
  2. class AccordValidatorAdapter[T] extends org.springframework.validation.Validator with SpringAdapterBase

    Permalink

    An implementation of Spring Validation's org.springframework.validation.Validator which provides an adapter to an Accord com.wix.accord.Validator.

  3. trait AccordValidatorResolver extends AnyRef

    Permalink

    A resolver that takes a class and returns its respective com.wix.accord.Validator.

  4. trait AccordValidatorResolverCache extends AccordValidatorResolver

    Permalink

    A mixin trait that adds memoization of validator resolving results to implementations of com.wix.accord.spring.AccordValidatorResolver.

  5. class CachingCompanionObjectAccordValidatorResolver extends CompanionObjectAccordValidatorResolver with AccordValidatorResolverCache

    Permalink

    A resolver that looks up validator definitions in the companion object of the class under validation and does it only once per class by preserving the result of each invocation.

  6. class CompanionObjectAccordValidatorResolver extends AccordValidatorResolver

    Permalink

    A resolver that looks up validator definitions in the companion object of the class under validation.

  7. trait SpringAdapterBase extends AnyRef

    Permalink

Value Members

  1. object SpringAdapterBase

    Permalink

Ungrouped