Class AnyToStringTransform

    • Constructor Detail

      • AnyToStringTransform

        public AnyToStringTransform​(Class<?> sourceType)
    • Method Detail

      • getSourceType

        public Class<?> getSourceType()
        Type of the incoming value.
        Specified by:
        getSourceType in class Transform
        Returns:
        Source type
      • getTargetType

        public Class<?> getTargetType()
        Type of the outgoing value.
        Specified by:
        getTargetType in class Transform
        Returns:
        Target type