Uses of Class
nl.basjes.parse.core.Parser.SetterPolicy
-
Packages that use Parser.SetterPolicy Package Description nl.basjes.parse.core -
-
Uses of Parser.SetterPolicy in nl.basjes.parse.core
Methods in nl.basjes.parse.core that return Parser.SetterPolicy Modifier and Type Method Description Parser.SetterPolicysetterPolicy()static Parser.SetterPolicyParser.SetterPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static Parser.SetterPolicy[]Parser.SetterPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in nl.basjes.parse.core with parameters of type Parser.SetterPolicy Modifier and Type Method Description Parser<RECORD>Parser. addParseTarget(Method method, Parser.SetterPolicy setterPolicy, String fieldValue)Parser<RECORD>Parser. addParseTarget(Method method, Parser.SetterPolicy setterPolicy, List<String> fieldValues)Parser<RECORD>Parser. addParseTarget(String setterMethodName, Parser.SetterPolicy setterPolicy, String fieldValue)
-