Class ParserHelper
java.lang.Object
com.predic8.membrane.core.kubernetes.ParserHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic booleanisStructured(Method method) static booleanmatchesJsonKey(Method method, String key) static <T> void
-
Constructor Details
-
ParserHelper
public ParserHelper()
-
-
Method Details
-
setSetter
public static <T> void setSetter(T instance, Method method, Object value) throws InvocationTargetException, IllegalAccessException -
isStructured
-
isSetter
-
matchesJsonKey
-