Uses of Class
com.rosetta.util.DottedPath
Packages that use DottedPath
Package
Description
-
Uses of DottedPath in com.rosetta.model.lib
Methods in com.rosetta.model.lib that return DottedPathModifier and TypeMethodDescriptionModelId.getNamespace()default DottedPathModelSymbol.getNamespace()default DottedPathModelSymbol.getQualifiedName()ModelSymbolId.getQualifiedName()Constructors in com.rosetta.model.lib with parameters of type DottedPathModifierConstructorDescriptionAbstractModelSymbol(DottedPath namespace, String name) ModelId(DottedPath namespace) ModelReportId(DottedPath namespace, String body, String... corpusList) ModelSymbolId(DottedPath namespace, String name) -
Uses of DottedPath in com.rosetta.util
Methods in com.rosetta.util that return DottedPathModifier and TypeMethodDescriptionDottedPath.concat(DottedPath second) static DottedPathDottedPath.parent()static DottedPathstatic DottedPathDottedPath.splitOnDots(String str) static DottedPathDottedPath.splitOnForwardSlashes(String str) DottedPath.tail()Methods in com.rosetta.util with parameters of type DottedPathModifier and TypeMethodDescriptionintDottedPath.compareTo(DottedPath o) DottedPath.concat(DottedPath second) booleanDottedPath.startsWith(DottedPath other) Constructors in com.rosetta.util with parameters of type DottedPath -
Uses of DottedPath in com.rosetta.util.types
Methods in com.rosetta.util.types that return DottedPathModifier and TypeMethodDescriptiondefault DottedPathJavaTypeDeclaration.getCanonicalName()JavaClass.JavaClassImpl.getNestedTypeName()JavaGenericTypeDeclaration.getNestedTypeName()JavaParameterizedType.getNestedTypeName()JavaTypeDeclaration.getNestedTypeName()JavaClass.JavaClassImpl.getPackageName()JavaGenericTypeDeclaration.getPackageName()JavaParameterizedType.getPackageName()JavaTypeDeclaration.getPackageName() -
Uses of DottedPath in com.rosetta.util.types.generated
Methods in com.rosetta.util.types.generated that return DottedPathModifier and TypeMethodDescriptionGeneratedJavaClass.getNestedTypeName()GeneratedJavaClass.getPackageName()Constructors in com.rosetta.util.types.generated with parameters of type DottedPathModifierConstructorDescriptionGeneratedJavaClass(DottedPath packageName, String simpleName, com.fasterxml.jackson.core.type.TypeReference<T> supertypeRef) GeneratedJavaClass(DottedPath packageName, String simpleName, Class<T> supertype)