Class MarshallerImpl

    • Constructor Detail

      • MarshallerImpl

        public MarshallerImpl()
    • Method Detail

      • marshall

        public Object marshall​(Object value,
                               String type)
        Marshalls value to required type Boolean, String and Number values marshalled "as is" to skip quoting
        Specified by:
        marshall in interface Marshaller
        Parameters:
        value -
        type -
        Returns:
      • marshallTypeAsIs

        protected boolean marshallTypeAsIs​(Class type)
        type is marshalled "as is" to skip quoting
        Parameters:
        type -
        Returns:
      • marshall

        public Object marshall​(Object value,
                               Class type)
        Description copied from interface: Marshaller
        Marshalls value to required type Boolean, String and Number values marshalled "as is" to skip quoting
        Specified by:
        marshall in interface Marshaller
        Returns:
      • marshall

        public Object marshall​(Object value)
        Description copied from interface: Marshaller
        Marshalls value to required type Boolean, String and Number values marshalled "as is" to skip quoting
        Specified by:
        marshall in interface Marshaller
        Returns: