| Modifier and Type | Method and Description |
|---|---|
List<User> |
UserReadServiceWithGroupConversionOnReturnValue.getUsers() |
List<User> |
UserReadService.getUsers() |
List<User> |
UserReadServiceBase.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserWriteService.addUsers(List<User> user) |
void |
UserWriteServiceBase.addUsers(List<User> user) |
void |
UserWriteServiceWithGroupConversionOnParameter.addUsers(List<User> user) |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue.getUsers() |
List<User> |
ImplementationOfInterfaceWithGroupConversionOnReturnValueAndSuperClass.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubClassWithGroupConversionOnParameter.addUsers(List<User> user) |
void |
ImplementationOfParallelInterfacesWithGroupConversionOnParameter.addUsers(List<User> user) |
void |
InterfaceImplementationWithGroupConversionOnParameter.addUsers(List<User> user) |
void |
ImplementationOfInterfaceWithGroupConversionOnParameterAndSuperClass.addUsers(List<User> user) |
| Modifier and Type | Method and Description |
|---|---|
@Valid @ConvertGroup(from=javax.validation.groups.Default.class,to=BasicPostal.class) User |
UserReadServiceWithGroupConversionOnReturnValue.getUser() |
User |
UserReadService.getUser() |
User |
UserReadServiceBase.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserWriteService.addUser(User user) |
void |
UserWriteServiceBase.addUser(User user) |
void |
UserWriteServiceWithGroupConversionOnParameter.addUser(@Valid @ConvertGroup(from=javax.validation.groups.Default.class,to=BasicPostal.class) User user) |
| Modifier and Type | Method and Description |
|---|---|
User |
ImplementationOfParallelInterfacesWithGroupConversionOnReturnValue.getUser() |
User |
ImplementationOfInterfaceWithGroupConversionOnReturnValueAndSuperClass.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubClassWithGroupConversionOnParameter.addUser(@Valid @ConvertGroup(from=javax.validation.groups.Default.class,to=BasicPostal.class) User user) |
void |
ImplementationOfParallelInterfacesWithGroupConversionOnParameter.addUser(User user) |
void |
InterfaceImplementationWithGroupConversionOnParameter.addUser(@Valid @ConvertGroup(from=javax.validation.groups.Default.class,to=BasicPostal.class) User user) |
void |
ImplementationOfInterfaceWithGroupConversionOnParameterAndSuperClass.addUser(User user) |
Copyright © 2008–2017. All rights reserved.