Class ConfigurationUtils
java.lang.Object
io.micronaut.inject.configuration.ConfigurationUtils
An util class to calculate configuration paths.
- Since:
- 4.0.0
- Author:
- Denis Stepanov
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
buildPropertyPath
(ClassElement owningType, ClassElement declaringType, String propertyName) static String
getRequiredTypePath
(ClassElement classElement) getTypePath
(ClassElement classElement)
-
Method Details
-
buildPropertyPath
public static String buildPropertyPath(ClassElement owningType, ClassElement declaringType, String propertyName) -
getRequiredTypePath
-
getTypePath
-