Package org.jboss.weld.serialization
Class ConstructorHolder<X>
java.lang.Object
org.jboss.weld.serialization.AbstractSerializableHolder<Constructor<X>>
org.jboss.weld.serialization.ConstructorHolder<X>
- All Implemented Interfaces:
Serializable,SerializableHolder<Constructor<X>>
Serializable holder for
Constructor.- Author:
- Jozef Hartinger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Constructor<X>static <T> ConstructorHolder<T>of(Constructor<T> constructor) Methods inherited from class org.jboss.weld.serialization.AbstractSerializableHolder
get, readResolve
-
Constructor Details
-
ConstructorHolder
-
-
Method Details
-
of
-
initialize
- Specified by:
initializein classAbstractSerializableHolder<Constructor<X>>
-