Interface ClassWriter

    • Method Detail

      • createGetCommandResource

        void createGetCommandResource​(String commandResourceClassName,
                                      String resourcePath)
      • createCustomResourceMapping

        void createCustomResourceMapping​(String resourceClassName,
                                         String mappingPath)
      • done

        void done()
        Called to end creation of class being written by this writer
      • createGetDeleteCommand

        void createGetDeleteCommand​(String commandName)
      • createGetPostCommand

        void createGetPostCommand​(String commandName)
      • createGetChildResource

        void createGetChildResource​(String path,
                                    String childResourceClassName)
      • createGetChildResourceForListResources

        void createGetChildResourceForListResources​(String keyAttributeName,
                                                    String childResourceClassName)
      • createGetPostCommandForCollectionLeafResource

        void createGetPostCommandForCollectionLeafResource​(String postCommandName)
      • createGetDeleteCommandForCollectionLeafResource

        void createGetDeleteCommandForCollectionLeafResource​(String postCommandName)
      • createGetDisplayNameForCollectionLeafResource

        void createGetDisplayNameForCollectionLeafResource​(String displayName)