use of jp.ossc.nimbus.beans.PropertyAccess in project nimbus by nimbus-org.
the class AuthenticateInterceptorService method createService.
/**
* サービスの生成処理を行う。<p>
*
* @exception Exception サービスの生成に失敗した場合
*/
public void createService() throws Exception {
propertyAccess = new PropertyAccess();
propertyAccess.setIgnoreNullProperty(true);
}
use of jp.ossc.nimbus.beans.PropertyAccess in project nimbus by nimbus-org.
the class BlockadeInterceptorService method createService.
/**
* サービスの生成処理を行う。
* <p>
*
* @exception Exception サービスの生成に失敗した場合
*/
public void createService() throws Exception {
propertyAccess = new PropertyAccess();
propertyAccess.setIgnoreNullProperty(true);
}
use of jp.ossc.nimbus.beans.PropertyAccess in project nimbus by nimbus-org.
the class DefaultExceptionHandlerService method createService.
/**
* サービスの生成処理を行う。<p>
*
* @exception Exception サービスの生成に失敗した場合
*/
public void createService() throws Exception {
propertyAccess = new PropertyAccess();
propertyAccess.setIgnoreNullProperty(true);
}
use of jp.ossc.nimbus.beans.PropertyAccess in project nimbus by nimbus-org.
the class BeanFlowRestServerService method createService.
public void createService() throws Exception {
propertyAccess = new PropertyAccess();
propertyAccess.setIgnoreNullProperty(true);
}
Aggregations