public class InitDefaultValues extends Object
| Constructor and Description |
|---|
InitDefaultValues() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsDefaultValue(String type) |
boolean |
containsEmptyInit(String type) |
boolean |
containsTestNoInit(String type) |
InitValue |
getDefaultValue1(String type) |
InitValue |
getDefaultValue2(String type) |
InitValue |
getEmptyInit(String type) |
String |
getNoInitFor(String type) |
static String |
getObjectForPrimitive(String type) |
InitValue |
getParameterizedVariable(String type) |
InitValue |
getTestNoInit(String type) |
boolean |
isCollection(String type) |
boolean |
isParameterizedVariable(String type) |
static boolean |
isPrimitive(String type) |
public static boolean isPrimitive(String type)
public boolean containsDefaultValue(String type)
public boolean containsEmptyInit(String type)
public boolean isCollection(String type)
public boolean containsTestNoInit(String type)
public boolean isParameterizedVariable(String type)
Copyright © 2019. All rights reserved.