Uses of Class
com.comphenix.protocol.reflect.instances.ExistingGenerator
Packages that use ExistingGenerator
-
Uses of ExistingGenerator in com.comphenix.protocol.reflect.instances
Methods in com.comphenix.protocol.reflect.instances that return ExistingGeneratorModifier and TypeMethodDescriptionstatic ExistingGeneratorExistingGenerator.fromObjectArray(Object[] values)Create an instance generator from a pre-defined array of values.static ExistingGeneratorExistingGenerator.fromObjectFields(Object object)Automatically create an instance provider from a objects public and private fields.static ExistingGeneratorExistingGenerator.fromObjectFields(Object object, Class<?> type)Automatically create an instance provider from a objects public and private fields.