Class MapContainer
java.lang.Object
io.quarkus.deployment.configuration.matching.Container
io.quarkus.deployment.configuration.matching.MapContainer
A map container.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFind the enclosing class member.(package private) StringBuilderGet the parent container, ornullif the container is a root.(package private) StringBuilderMethods inherited from class io.quarkus.deployment.configuration.matching.Container
findEnclosingClass, findField, getCombinedName, getPropertyName
-
Constructor Details
-
MapContainer
-
-
Method Details
-
getClassMember
Description copied from class:ContainerFind the enclosing class member.- Specified by:
getClassMemberin classContainer- Returns:
- the enclosing class member
-
getParent
Description copied from class:ContainerGet the parent container, ornullif the container is a root. Presently only field containers may be roots. -
getCombinedName
- Specified by:
getCombinedNamein classContainer
-
getPropertyName
- Specified by:
getPropertyNamein classContainer
-