| Package | Description |
|---|---|
| org.meanbean.bean.info | |
| org.meanbean.test |
| Modifier and Type | Method and Description |
|---|---|
BeanInformation |
JavaBeanInformationFactory.create(Class<?> beanClass)
Create a BeanInformation object from/based on the specified beanClass.
|
BeanInformation |
BeanInformationFactory.create(Class<?> beanClass)
Create a BeanInformation object from/based on the specified beanClass.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EqualsMethodTester.testEqualsMethod(Class<?> clazz,
Configuration customConfiguration,
String... insignificantProperties)
Test that the equals logic implemented by the type specified is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(Class<?> clazz,
String... insignificantProperties)
Test that the equals logic implemented by the type specified is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(EquivalentFactory<?> factory,
Configuration customConfiguration,
String... insignificantProperties)
Test that the equals logic implemented by the type the specified factory creates is correct by testing:
|
void |
EqualsMethodTester.testEqualsMethod(EquivalentFactory<?> factory,
String... insignificantProperties)
Test that the equals logic implemented by the type the specified factory creates is correct by testing:
|
Copyright © 2010–2020 meanbean. All rights reserved.