Class ProxyEmbodimentStrategy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> disembody​(java.lang.Object embodiment)  
      java.lang.Object embody​(java.lang.reflect.AnnotatedType type, java.util.Map<java.lang.String,​java.lang.Object> input)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProxyEmbodimentStrategy

        public ProxyEmbodimentStrategy()
    • Method Detail

      • embody

        public java.lang.Object embody​(java.lang.reflect.AnnotatedType type,
                                       java.util.Map<java.lang.String,​java.lang.Object> input)
        Specified by:
        embody in interface EmbodimentStrategy<java.lang.Object,​java.util.Map<java.lang.String,​java.lang.Object>>
      • disembody

        public java.util.Map<java.lang.String,​java.lang.Object> disembody​(java.lang.Object embodiment)
        Specified by:
        disembody in interface EmbodimentStrategy<java.lang.Object,​java.util.Map<java.lang.String,​java.lang.Object>>