Class Accessors
- java.lang.Object
-
- springfox.documentation.schema.property.bean.Accessors
-
public class Accessors extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanisSetter(java.lang.reflect.Method method)static booleanmaybeAGetter(java.lang.reflect.Method method)static booleanmaybeASetter(java.lang.reflect.Method method)static java.lang.StringpropertyName(java.lang.reflect.Method method)static java.lang.StringtoCamelCase(java.lang.String s)
-
-
-
Method Detail
-
maybeAGetter
public static boolean maybeAGetter(java.lang.reflect.Method method)
-
isSetter
public static boolean isSetter(java.lang.reflect.Method method)
-
toCamelCase
public static java.lang.String toCamelCase(java.lang.String s)
-
propertyName
public static java.lang.String propertyName(java.lang.reflect.Method method)
-
maybeASetter
public static boolean maybeASetter(java.lang.reflect.Method method)
-
-