Package org.incendo.cloud.annotations
Interface DescriptionMapper
-
Method Summary
Modifier and TypeMethodDescriptionMaps the givenstringto aDescription.static @NonNull DescriptionMappersimple()Returns a description mapper that maps the string toDescription.of(String).
-
Method Details
-
simple
Returns a description mapper that maps the string toDescription.of(String).- Returns:
- the mapper
-
map
Maps the givenstringto aDescription.- Parameters:
string- the string to map- Returns:
- the description
-