Uses of Interface
com.github.tadukoo.util.pojo.MappedPojo
-
Uses of MappedPojo in com.github.tadukoo.util.pojo
Modifier and TypeInterfaceDescriptioninterface
Ordered Mapped Pojo represents aMappedPojo
where the key order matters.Modifier and TypeClassDescriptionclass
Abstract Mapped Pojo is a simple implementation of theMappedPojo
interface that uses a HashMap as its backing Map.class
Abstract Ordered Mapped Pojo is a simple implementation ofOrderedMappedPojo
.Modifier and TypeMethodDescriptiondefault <T extends MappedPojo>
List<T>MappedPojo.getListItem
(String key, Class<T> clazz) Helper method to cast an item being stored in this Mapped Pojo as a proper List easily.default <T extends MappedPojo>
List<T>MappedPojo.getListItemNoThrow
(EasyLogger logger, String key, Class<T> clazz) Helper method to cast an item being stored in this Mapped Pojo as a proper List easily.default <T extends MappedPojo>
List<T>MappedPojo.getListItemNoThrow
(String key, Class<T> clazz) Helper method to cast an item being stored in this Mapped Pojo as a proper List easily.default <T extends MappedPojo>
TMappedPojo.getPojoItem
(String key, Class<T> clazz) Helper method to cast an item being stored in this Mapped Pojo as another MappedPojo object easily.default <T extends MappedPojo>
TMappedPojo.getPojoItemNoThrow
(EasyLogger logger, String key, Class<T> clazz) Helper method to cast an item being stored in this Mapped Pojo as another MappedPojo object easily.default <T extends MappedPojo>
TMappedPojo.getPojoItemNoThrow
(String key, Class<T> clazz) Helper method to cast an item being stored in this Mapped Pojo as another MappedPojo object easily.ModifierConstructorDescriptionprotected
AbstractMappedPojo
(MappedPojo pojo) Creates a new Mapped Pojo, using the map from the given pojo.protected