Class InvocationContext.ConversionContext

  • Enclosing class:
    InvocationContext

    public static class InvocationContext.ConversionContext
    extends Object
    Contains the context used for bean conversion within an invocation
    • Constructor Detail

      • ConversionContext

        public ConversionContext​(InvocationContext invocationContext)
    • Method Detail

      • getProcessed

        public Object getProcessed​(Object source,
                                   Class<?> toType,
                                   Object[] excludingProperties)
        Returns the already processed conversion from the given source object to the given type
      • registerProcessed

        public void registerProcessed​(Object source,
                                      Object object,
                                      Object[] excludingProperties)
        Registers the given object (and its excluded properties) as processed for the conversion from the given source object