Interface PodamConstants


  • public interface PodamConstants
    PODAM constants.
    Since:
    1.0.0
    Author:
    mtedone
    • Field Detail

      • STR_DEFAULT_LENGTH

        static final int STR_DEFAULT_LENGTH
        The default string length that Podam will assign to an annotated attribute
        See Also:
        Constant Field Values
      • DEFAULT_NBR_COLLECTION_ELEMENTS

        static final int DEFAULT_NBR_COLLECTION_ELEMENTS
        The default number of elements for a collection-type element.
        See Also:
        Constant Field Values
      • SPRING_ROOT_CONFIG_LOCATION

        static final String SPRING_ROOT_CONFIG_LOCATION
        The Podam Spring rool configuration file name.
        See Also:
        Constant Field Values
      • NO_CLASSES

        static final Class[] NO_CLASSES
        An empty array of Classes.
      • NO_TYPES

        static final Type[] NO_TYPES
        An empty array of Types.
      • NO_ARGS

        static final Object[] NO_ARGS
        An empty object array.