Skip navigation links
C G S 

C

com.networknt.service - package com.networknt.service
 
construct(Object) - Static method in class com.networknt.service.ServiceUtil
Instantiates and returns an object out of a given configuration.
constructByNamedParams(Class, Map) - Static method in class com.networknt.service.ServiceUtil
Build an object out of a given class and a map for field names to values.
constructByParameterizedConstructor(Class, List) - Static method in class com.networknt.service.ServiceUtil
Build an object out of a given class and a list of single element maps of object type to value.

G

getBean(Class<T>, Class) - Static method in class com.networknt.service.SingletonServiceFactory
Get a cached singleton object from service map by interface class and generic type class.
getBean(Class<T>) - Static method in class com.networknt.service.SingletonServiceFactory
Get a cached singleton object from service map by interface class.
getBeans(Class<T>) - Static method in class com.networknt.service.SingletonServiceFactory
Get a list of cached singleton objects from service map by interface class.
getSingletons() - Method in class com.networknt.service.ServiceConfig
 

S

ServiceConfig - Class in com.networknt.service
Service Config Class that encapsulate all the service defined in service.yml
ServiceConfig() - Constructor for class com.networknt.service.ServiceConfig
 
ServiceUtil - Class in com.networknt.service
Utility functions for instantiating objects that follow the configuration structure of the service.yml.
ServiceUtil() - Constructor for class com.networknt.service.ServiceUtil
 
setBean(String, Object) - Static method in class com.networknt.service.SingletonServiceFactory
This is a testing API that you can manipulate serviceMap by inject an object into it programmatically.
setSingletons(List<Map<String, Object>>) - Method in class com.networknt.service.ServiceConfig
 
SingletonServiceFactory - Class in com.networknt.service
Created by steve on 2016-11-26.
SingletonServiceFactory() - Constructor for class com.networknt.service.SingletonServiceFactory
 
C G S 
Skip navigation links

Copyright © 2019. All rights reserved.