Class StructuralPath
java.lang.Object
com.blackbuild.klum.ast.runtime.internal.layer3.StructuralPath
Internal GPath-compatible structural path operations shared by state-specific structure modules.
-
Method Summary
Modifier and TypeMethodDescriptiongetPathOfCollectionMember(Object container, @NotNull Object child) getPathOfFieldContaining(Object container, @NotNull Object child) getPathOfMapMember(Object container, @NotNull Object child) getPathOfSingleField(Object container, @NotNull Object child) hierarchyToPath(List<Object> hierarchy) static StringtoDefaultFieldName(Class<?> type) static String
-
Method Details
-
toDefaultFieldName
-
toGPath
-
getPathOfFieldContaining
-
getPathOfMapMember
-
getPathOfCollectionMember
-
getPathOfSingleField
-
hierarchyToPath
-