Class FieldPathParser


  • public class FieldPathParser
    extends Object
    A utility class that parses the simple field name and its declaring class from the fully qualified name (path) of the field.
    • Constructor Detail

      • FieldPathParser

        public FieldPathParser​(String path)
        Constructor for the parser. The fully qualified field name is parsed into its simple name and its declaring class name.
        Parameters:
        path - the fully qualified name (path) of the field
    • Method Detail

      • getDeclaringClassName

        public String getDeclaringClassName()
      • getFieldOrClassNames

        public List<String> getFieldOrClassNames()