Uses of Interface
com.kingsrook.qqq.api.actions.io.ApiOutputRecordWrapperInterface
Packages that use ApiOutputRecordWrapperInterface
-
Uses of ApiOutputRecordWrapperInterface in com.kingsrook.qqq.api.actions.io
Classes in com.kingsrook.qqq.api.actions.io with type parameters of type ApiOutputRecordWrapperInterfaceModifier and TypeInterfaceDescriptioninterface
ApiOutputRecordWrapperInterface<C,
A extends ApiOutputRecordWrapperInterface<C, A>> interface to define wrappers for either a Map of values (e.g., the original/native return type for the API), or a QRecord.Classes in com.kingsrook.qqq.api.actions.io that implement ApiOutputRecordWrapperInterfaceModifier and TypeClassDescriptionclass
implementation of ApiOutputRecordWrapperInterface that wraps a Mapclass
implementation of ApiOutputRecordWrapperInterface that wraps a QRecordMethods in com.kingsrook.qqq.api.actions.io that return ApiOutputRecordWrapperInterfaceModifier and TypeMethodDescriptionApiOutputRecordWrapperInterface.newSibling
(String tableName) create a new "sibling" object to this - e.g., a wrapper around a new instance of the contents object