Class RestrictionsDto<T>


  • public class RestrictionsDto<T>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.Set<T> allowedValues  
    • Constructor Summary

      Constructors 
      Constructor Description
      RestrictionsDto()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • allowedValues

        public java.util.Set<T> allowedValues
    • Constructor Detail

      • RestrictionsDto

        public RestrictionsDto()