Class MapKeyOrElementsArguments

    • Field Detail

      • elementStrategy

        private AttributeStrategy<?> elementStrategy
        The strategy to use to fill the Map key or value element.
      • genericTypeArgs

        private Type[] genericTypeArgs
        The generic type arguments for the current generic class instance.
    • Constructor Detail

      • MapKeyOrElementsArguments

        public MapKeyOrElementsArguments()
    • Method Detail

      • getElementStrategy

        public AttributeStrategy<?> getElementStrategy()
        Returns:
        the elementStrategy
      • setElementStrategy

        public void setElementStrategy​(AttributeStrategy<?> elementStrategy)
        Parameters:
        elementStrategy - the elementStrategy to set
      • getGenericTypeArgs

        public Type[] getGenericTypeArgs()
        Returns:
        the genericTypeArgs
      • setGenericTypeArgs

        public void setGenericTypeArgs​(Type[] genericTypeArgs)
        Parameters:
        genericTypeArgs - the genericTypeArgs to set