Class AbstractMapArguments

    • Field Detail

      • attributeName

        private String attributeName
        The name of map attribute in enclosing POJO
      • keyOrValueType

        private Class<?> keyOrValueType
        The type of the Map key.
      • mapToBeFilled

        private Map<? super Object,​? super Object> mapToBeFilled
        The Map to be returned.
      • annotations

        private List<Annotation> annotations
        The annotations for the attribute.
    • Constructor Detail

      • AbstractMapArguments

        public AbstractMapArguments()
    • Method Detail

      • getAttributeName

        public String getAttributeName()
        Returns:
        the attribute name for this map
      • setAttributeName

        public void setAttributeName​(String attributeName)
        Parameters:
        attributeName - the attribute name for this map
      • getKeyOrValueType

        public Class<?> getKeyOrValueType()
        Returns:
        the keyOrValueType
      • setKeyOrValueType

        public void setKeyOrValueType​(Class<?> keyOrValueType)
        Parameters:
        keyOrValueType - the keyOrValueType to set
      • getMapToBeFilled

        public Map<? super Object,​? super Object> getMapToBeFilled()
        Returns:
        the mapToBeFilled
      • setMapToBeFilled

        public void setMapToBeFilled​(Map<? super Object,​? super Object> mapToBeFilled)
        Parameters:
        mapToBeFilled - the mapToBeFilled to set
      • getAnnotations

        public List<Annotation> getAnnotations()
        Returns:
        the annotations