Class ImmutableBean


  • public class ImmutableBean
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ImmutableBean()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object create​(java.lang.Object bean)  
      • Methods inherited from class java.lang.Object

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

      • ILLEGAL_STATE_EXCEPTION

        private static final org.objectweb.asm.Type ILLEGAL_STATE_EXCEPTION
      • CSTRUCT_OBJECT

        private static final Signature CSTRUCT_OBJECT
      • OBJECT_CLASSES

        private static final java.lang.Class[] OBJECT_CLASSES
    • Constructor Detail

      • ImmutableBean

        private ImmutableBean()
    • Method Detail

      • create

        public static java.lang.Object create​(java.lang.Object bean)