public class FieldSpecMatchers extends Object
| Constructor and Description |
|---|
FieldSpecMatchers() |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<com.squareup.javapoet.FieldSpec> |
fieldName(org.hamcrest.Matcher<String> match) |
static <T extends com.squareup.javapoet.TypeName> |
fieldType(org.hamcrest.Matcher<T> match) |
static org.hamcrest.Matcher<com.squareup.javapoet.FieldSpec> |
initializer(org.hamcrest.Matcher<String> match) |
public static org.hamcrest.Matcher<com.squareup.javapoet.FieldSpec> fieldName(org.hamcrest.Matcher<String> match)
public static org.hamcrest.Matcher<com.squareup.javapoet.FieldSpec> initializer(org.hamcrest.Matcher<String> match)
public static <T extends com.squareup.javapoet.TypeName> org.hamcrest.Matcher<com.squareup.javapoet.FieldSpec> fieldType(org.hamcrest.Matcher<T> match)
Copyright © 2019 Mulesoft. All rights reserved.