Class AbstractRequestFieldData

    • Constructor Detail

      • AbstractRequestFieldData

        public AbstractRequestFieldData​(@Nonnull @Nonempty
                                        String sFieldName)
        Default constructor.
        Parameters:
        sFieldName - The field name to use. May neither be null nor empty.
    • Method Detail

      • getFieldName

        @Nonnull
        @Nonempty
        public final String getFieldName()
        Returns:
        The field name of this request field
      • getParams

        @Nonnull
        protected static final IRequestParamContainer getParams()
        This is a utility method to always retrieve the correct scope.
        Returns:
        The current request scope to use.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object