Uses of Record Class
org.frankframework.jdbc.datasource.ObjectFactory.ObjectInfo
Packages that use ObjectFactory.ObjectInfo
-
Uses of ObjectFactory.ObjectInfo in org.frankframework.jdbc.datasource
Methods in org.frankframework.jdbc.datasource that return ObjectFactory.ObjectInfoModifier and TypeMethodDescriptionprotected ObjectFactory.ObjectInfo
DataSourceFactory.toObjectInfo
(String name) protected ObjectFactory.ObjectInfo
ObjectFactory.toObjectInfo
(String name) Mapping fromto a information object, used for logging and console actions. Methods in org.frankframework.jdbc.datasource that return types with arguments of type ObjectFactory.ObjectInfo -
Uses of ObjectFactory.ObjectInfo in org.frankframework.management.bus.endpoints
Methods in org.frankframework.management.bus.endpoints that return types with arguments of type ObjectFactory.ObjectInfoModifier and TypeMethodDescriptionSecurityItems.ObjectFactoryDTO.resources()
Returns the value of theresources
record component.Constructor parameters in org.frankframework.management.bus.endpoints with type arguments of type ObjectFactory.ObjectInfoModifierConstructorDescriptionObjectFactoryDTO
(String name, List<ObjectFactory.ObjectInfo> resources) Creates an instance of aObjectFactoryDTO
record class.