Package com.director.core.annotation

Examples of com.director.core.annotation.DirectReturnIncludeStrategy


public class IncludeReturnDataStrategyTest {

   @Test
   public void testBuildSerializationMap() {

      IncludeReturnDataStrategy strategy = new IncludeReturnDataStrategy(new DirectReturnIncludeStrategy() {

         @Override
         public String[] fieldPatterns() {
            return new String[]{"prop1", "prop2", "multiple.prop1"};
         }
View Full Code Here

TOP

Related Classes of com.director.core.annotation.DirectReturnIncludeStrategy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.