We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@id 어노테이션이고 Long 타입인 경우 0이상만 생산하도록 어떻게 설정할까요? fixtureMonkeyBuilder로 전역적으로 설정하고 싶습니다.
class FixtureMonkeyConfig { public static FixtureMonkey fixtureMonkey = FixtureMonkey.builder() .objectIntrospector(new FailoverIntrospector( //DTO, domain 마다 생성방식이 다르니 생성방식 여러가지 설정 Arrays.asList( FieldReflectionArbitraryIntrospector.INSTANCE, // reflection과 getter or setter로 생성 BeanArbitraryIntrospector.INSTANCE, // reflection과 setter로 생성 BuilderArbitraryIntrospector.INSTANCE // 빌더로 생성 ) ))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@id 어노테이션이고 Long 타입인 경우 0이상만 생산하도록 어떻게 설정할까요?
fixtureMonkeyBuilder로 전역적으로 설정하고 싶습니다.
The text was updated successfully, but these errors were encountered: