public class TypeSpecMatchers extends Object
| Constructor and Description |
|---|
TypeSpecMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> |
fields(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.FieldSpec>> memberMatcher) |
static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> |
innerTypes(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.TypeSpec>> typeMatcher) |
static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> |
methods(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.MethodSpec>> memberMatcher) |
static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> |
name(org.hamcrest.Matcher<String> match) |
static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> |
superInterfaces(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.TypeName>> memberMatcher) |
public static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> name(org.hamcrest.Matcher<String> match)
public static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> superInterfaces(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.TypeName>> memberMatcher)
public static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> methods(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.MethodSpec>> memberMatcher)
public static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> fields(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.FieldSpec>> memberMatcher)
public static org.hamcrest.Matcher<com.squareup.javapoet.TypeSpec> innerTypes(org.hamcrest.Matcher<Iterable<? extends com.squareup.javapoet.TypeSpec>> typeMatcher)
Copyright © 2019 Mulesoft. All rights reserved.