-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#160 Fix creation problems for AnyOf, OneOf
1 parent
718e67f
commit eefb23e
Showing
18 changed files
with
102 additions
and
148 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...urces/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/IPublishOperation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package com.sngular.scsplugin.filegenerationwithkey.model.event.consumer; | ||
package com.sngular.scsplugin.filegenerationwithkafkabindings.model.event.consumer; | ||
|
||
import com.sngular.scsplugin.filegenerationwithkey.model.event.messages.OrderCreatedDTO; | ||
import com.sngular.scsplugin.filegenerationwithkafkabindings.model.event.messages.OrderCreatedDTO; | ||
|
||
public interface IPublishOperationFileGenerationWithKey { | ||
public interface IPublishOperationFileGenerationWithKafkaBindings { | ||
|
||
void publishOperationFileGenerationWithKey(final OrderCreatedDTO value); | ||
void publishOperationFileGenerationWithKafkaBindings(final OrderCreatedDTO value); | ||
} |
8 changes: 4 additions & 4 deletions
8
...ces/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/ISubscribeOperation.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
package com.sngular.scsplugin.filegenerationwithkey.model.event.producer; | ||
package com.sngular.scsplugin.fileGenerationWithKafkaBindings.model.event.producer; | ||
|
||
import com.sngular.scsplugin.filegenerationwithkey.model.event.schemas.CreateOrderMapper; | ||
import com.sngular.scsplugin.fileGenerationWithKafkaBindings.model.event.schemas.CreateOrderMapper; | ||
|
||
public interface ISubscribeOperationFileGenerationWithKey { | ||
public interface ISubscribeOperationFileGenerationWithKafkaBindings { | ||
|
||
CreateOrderMapper subscribeOperationFileGenerationWithKey(String key); | ||
CreateOrderMapper subscribeOperationFileGenerationWithKafkaBindings(String key); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...sources/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/OrderProductDTO.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...rces/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/OrderProductMapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...test/resources/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/Producer.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 7 additions & 7 deletions
14
...resources/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/TestClassName.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...c/test/resources/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/Waiter.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../resources/asyncapigenerator/testFileGenerationWithKafkaBindings/assets/WaiterMapper.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters