Package org.glassfish.config.support
Class IntrospectionUtils
java.lang.Object
org.glassfish.config.support.IntrospectionUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Stringcapitalize(String name) static Method[]findMethods(Class<?> c) static booleansetProperty(Object o, String name, String value) Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
-
Constructor Details
-
IntrospectionUtils
public IntrospectionUtils()
-
-
Method Details
-
findMethods
-
setProperty
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1). -
capitalize
-