Skip to content

Instantly share code, notes, and snippets.

View abimbolaof's full-sized avatar

Olu Abimbola abimbolaof

  • U.S.A.
View GitHub Profile
@abimbolaof
abimbolaof / VariableDepthCopier.java
Created October 1, 2017 22:05 — forked from thinkbigthings/VariableDepthCopier.java
Handy utility for copying domain objects into a response.
import java.beans.PropertyDescriptor;
import java.lang.reflect.Field;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.LinkedList;
import java.util.List;
import org.springframework.beans.BeanUtils;
@abimbolaof
abimbolaof / LICENSE.txt
Created August 18, 2017 23:38 — forked from jed/LICENSE.txt
generate random UUIDs
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2011 Jed Schmidt <http://jed.is>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE