Package org.hibernate.validator.internal.metadata.descriptor

Examples of org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl


    return groupConversionHelper.asDescriptors();
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here


    return cascadingMembers;
  }

  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {

    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return groupConversionHelper.asDescriptors();
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return groupConversionHelper.asDescriptors();
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return cascadingMembers;
  }

  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {

    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return groupConverter.convertGroup( from );
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return groupConversionHelper.asDescriptors();
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

  public Set<Member> getCascadingMembers() {
    return cascadingMembers;
  }

  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return this.typeArgumentsConstraints;
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

    return groupConversionHelper.asDescriptors();
  }

  @Override
  public PropertyDescriptorImpl asDescriptor(boolean defaultGroupSequenceRedefined, List<Class<?>> defaultGroupSequence) {
    return new PropertyDescriptorImpl(
        getType(),
        getName(),
        asDescriptors( getConstraints() ),
        isCascading(),
        defaultGroupSequenceRedefined,
View Full Code Here

TOP

Related Classes of org.hibernate.validator.internal.metadata.descriptor.PropertyDescriptorImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.